home *** CD-ROM | disk | FTP | other *** search
/ So Who's Dr. Rabbit? / SWDR_1.iso / pc / swdrmov / student.dxr / Student Scripts Int_21_Student Stop Button.ls < prev    next >
Encoding:
Text File  |  1997-07-31  |  327 b   |  17 lines

  1. on ClickUp myScript, OuterObject, ExtraInfo
  2.   global gLocationTracker
  3.   GotoLocation(GetLocation(gLocationTracker, #quit))
  4. end
  5.  
  6. on ClickDown myScript, OuterObject, ExtraInfo
  7.   updateStage()
  8. end
  9.  
  10. on MovedOver myScript, OuterObject, ExtraInfo
  11.   updateStage()
  12. end
  13.  
  14. on MovedOff myScript, OuterObject, ExtraInfo
  15.   updateStage()
  16. end
  17.